home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / hdk100l.zip / IPFLIB.HDF < prev    next >
Text File  |  1993-12-09  |  2KB  |  29 lines

  1. ;******************************************************************************
  2. ; Ver 1.0, Last Update Dec 08, 1993                                           *
  3. ;                                                                             *
  4. ;                                   ipfLIB                                    *
  5. ;                                                                             *
  6. ; This library adds functionality to IPF target. (OS/2)                       *
  7. ;                                                                             *
  8. ; The following added functionality is added :                                *
  9. ;                                                                             *
  10. ; Graphic Links.                                                              *
  11. ;                                                                             *
  12. ;******************************************************************************
  13.  
  14.  
  15. .ifdef os2
  16.  
  17. ;******************************************************************************
  18. ;                                    Links                                    *
  19. ;                                                                             *
  20. ; Notice that graphicLink needs HLPDK V11.0! V10.0 is not enough !            *
  21. ;******************************************************************************
  22.  
  23. .userlink graphicLink ':artwork name=%g1.%n:artlink.%n:link reftype=hd res=%r2.%n:eartlink.'
  24.  
  25. .endif
  26.  
  27.  
  28.  
  29.